From af8e297826801661a9634dd303fa11737c2f1a9d Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Fri, 17 Mar 2006 13:23:59 -0700 Subject: [PATCH] [IA64] Remove "#define page_info page" This patch removed "#define page_info page" in asm-ia64/config.h. We tested compilation, booting dom0, and creation/destruction domU. This patch is "step3" which we showed by the following mail. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-03/msg00305.html Signed-off-by: Akio Takebe Signed-off-by: Masaki Kanno --- xen/include/asm-ia64/config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index 332ffa97a8..dad2335f38 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -73,9 +73,6 @@ extern unsigned long xenheap_size; extern unsigned long dom0_start; extern unsigned long dom0_size; -// see include/asm-ia64/mm.h, handle remaining page_info uses until gone -#define page_info page - // from linux/include/linux/mm.h extern struct page_info *mem_map; -- 2.30.2